"System Policy Container " and "Mailbox Store Policies "
Hi Everyone: I have one question about the "System Policy Container " and "Mailbox Store Policies " feature in Exchange 2003 . Is a feature in Exchange 2010, or there aren't. If there are, could you tell me where I found?. TKS for your help.migradation
December 21st, 2010 4:40pm

You would set that in bulk with Powershell - typicailly with the set-mailboxdatabase command: http://technet.microsoft.com/en-us/library/bb123971.aspx
Free Windows Admin Tool Kit Click here and download it now
December 21st, 2010 7:07pm

You are right, also we can doing on EMC, but my question was regarding whether there is a way to storage policy (System Policy "limits" are applied to all mailboxes and information store on all Exchange mailbox Servers) and define the policy for a group of user, regardless of database where users have been created, as I could in exchange 2003 (Mailbox Store Policies - Many stores at the same time). Example: Group 1: 1 GB storage capacity. Example: Group 2: 2 GB storage capacity. and not go user by user, or I need to do a script for it. tks for your reply. Pd: I'm Sorry but my english, it's not very well.migradation
December 22nd, 2010 10:21am

How are these groups defined? With powershell you could import a csv and apply in bulk http://msexchangeteam.com/archive/2006/09/05/428833.aspx # Set storage quota for all mailboxes in an office (using $OfficeName variable) $OfficeName = "Boston" get-mailbox -filter {office -eq $OfficeName } | set-Mailbox -UseDatabaseQuotaDefaults:$false -IssueWarningQuota 800MB -ProhibitSendQuota 900MB -ProhibitSendReceiveQuota 1GB http://smtpport25.wordpress.com/2009/03/31/setting-mailbox-quota-limits-in-exchange-2007-throught-powershell/
Free Windows Admin Tool Kit Click here and download it now
December 22nd, 2010 10:31am

Thanks for your answer, it's very good, also for who use GUI you can this software: Method #2: ADmodify - Many users at the same time You can download ADmodify from the following link: Download ADmodify ADmodify does not need any installation, just unzip and run it. ADmodify is a wonderful tool. One of the reasons is because it will allow you to modify almost any user or group attribute, and will do it for as many objects as you need. tkssssssssssssss.migrations
December 22nd, 2010 10:46am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics